programs.streamlink.plugins.<name>.src

Source of the custom plugin. The value should be a path to the plugin file, or the text of the plugin code. Will be linked to $XDG_DATA_HOME/streamlink/plugins/.py (linux) or Library/Application Support/streamlink/plugins/.py (darwin).

Type
null or absolute path or strings concatenated with "\n"
Default
null
Example
./custom_plugin.py
Declared
<home-manager/modules/programs/streamlink.nix>